[INFO] fetching crate mbpr 0.0.1...
[INFO] checking mbpr-0.0.1 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-157082
[INFO] extracting crate mbpr 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate mbpr 0.0.1
[INFO] finished tweaking crates.io crate mbpr 0.0.1
[INFO] tweaked toml for crates.io crate mbpr 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mbpr 0.0.1 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding nom v2.2.1 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mbpr` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom v2.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be
[INFO] running `Command { std: "docker" "start" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mbpr` (manifest) generated 1 warning
[INFO] [stderr]     Checking nom v2.2.1
[INFO] [stderr]     Checking mbpr v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/request.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | ///Parse only the header
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::ptr` instead
[INFO] [stdout]   --> src/lib.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::intrinsics::copy_nonoverlapping;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/request.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | ///Parse only the header
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::ptr` instead
[INFO] [stdout]   --> src/lib.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::intrinsics::copy_nonoverlapping;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     write_data!(x, 2, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u16::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     write_data!(x, 4, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u32::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     write_data!(x, 8, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u64::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/request.rs:153:26
[INFO] [stdout]     |
[INFO] [stdout] 153 |       named!(parse_request<Request>, do_parse!(
[INFO] [stdout]     |       -                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |  _____|
[INFO] [stdout]     | |
[INFO] [stdout] 154 | |       h: parse_req_header         >>
[INFO] [stdout] 155 | |       e: take!(h.get_extralen())  >>
[INFO] [stdout] 156 | |       k: take!(h.get_keylen())    >>
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | |       })
[INFO] [stdout] 164 | |     ));
[INFO] [stdout]     | |      -
[INFO] [stdout]     | |      |
[INFO] [stdout]     | |______the lifetime is named here
[INFO] [stdout]     |        the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 153 |     named!(parse_request<Request<'a>>, do_parse!(
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/response.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |       named!(parse_request<Response>, do_parse!(
[INFO] [stdout]     |       -                    ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |  _____|
[INFO] [stdout]     | |
[INFO] [stdout] 176 | |       h: parse_res_header         >>
[INFO] [stdout] 177 | |       e: take!(h.get_extralen())  >>
[INFO] [stdout] 178 | |       k: take!(h.get_keylen())    >>
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |       })
[INFO] [stdout] 186 | |     ));
[INFO] [stdout]     | |      -
[INFO] [stdout]     | |      |
[INFO] [stdout]     | |______the lifetime is named here
[INFO] [stdout]     |        the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     named!(parse_request<Response<'a>>, do_parse!(
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     write_data!(x, 2, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u16::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     write_data!(x, 4, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u32::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:42:29
[INFO] [stdout]     |
[INFO] [stdout]  42 |       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     write_data!(x, 8, self.pos, self.data.as_mut_slice());
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `write_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout]  42 -       let buff: [u8;$len] = transmute(swap);
[INFO] [stdout]  42 +       let buff: [u8;$len] = u64::to_ne_bytes(swap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/request.rs:153:26
[INFO] [stdout]     |
[INFO] [stdout] 153 |       named!(parse_request<Request>, do_parse!(
[INFO] [stdout]     |       -                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |  _____|
[INFO] [stdout]     | |
[INFO] [stdout] 154 | |       h: parse_req_header         >>
[INFO] [stdout] 155 | |       e: take!(h.get_extralen())  >>
[INFO] [stdout] 156 | |       k: take!(h.get_keylen())    >>
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | |       })
[INFO] [stdout] 164 | |     ));
[INFO] [stdout]     | |      -
[INFO] [stdout]     | |      |
[INFO] [stdout]     | |______the lifetime is named here
[INFO] [stdout]     |        the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 153 |     named!(parse_request<Request<'a>>, do_parse!(
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/response.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |       named!(parse_request<Response>, do_parse!(
[INFO] [stdout]     |       -                    ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |  _____|
[INFO] [stdout]     | |
[INFO] [stdout] 176 | |       h: parse_res_header         >>
[INFO] [stdout] 177 | |       e: take!(h.get_extralen())  >>
[INFO] [stdout] 178 | |       k: take!(h.get_keylen())    >>
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |       })
[INFO] [stdout] 186 | |     ));
[INFO] [stdout]     | |      -
[INFO] [stdout]     | |      |
[INFO] [stdout]     | |______the lifetime is named here
[INFO] [stdout]     |        the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     named!(parse_request<Response<'a>>, do_parse!(
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be", kill_on_drop: false }`
[INFO] [stdout] c1ba4fe90a1f36700e9ca2b79030d10aacfc4999e9a0ef07bc905bd062dc95be
